home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / STRAIGHTENINGEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  918 b   |  20 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <effect label="StraighteningEffect">
  3.   <description>Arbitrary rotation effect with an auto function to estimate the alignment angle offset</description>
  4.   <property name="Angle" type="float" default="0" label="Angle (radians)">
  5.     <range min="-3.14159265358979323846" max="3.14159265358979323846" />
  6.     <comments>Rotation angle (in radians)</comments>
  7.   </property>
  8.   <property name="AutoCrop" type="int" default="0" label="AutoCrop mode">
  9.     <choice>AutoCrop Off</choice>
  10.     <choice>AutoCrop On</choice>
  11.     <comments>Turn off or on the automatic crop</comments>
  12.   </property>
  13.   <property name="InterpolationMode" type="int" default="1" label="Interpolation Mode">
  14.     <choice>NearestNeighbor</choice>
  15.     <choice>Bilinear</choice>
  16.     <choice>Bicubic</choice>
  17.   </property>
  18.   <property name="_AutoFix" type="button" label="Auto Straighten" />
  19. </effect>
  20.